OpenBuildings™ Station Designer Help

STFSolid.read

STFSolid.read (filePos As long, filenum As integer)

STFSolid.read reads a solid from the design file into an instance of an STFSolid.

Dim status As Integer
Dim filepos As Long
Dim filenum As Integer
Dim slab As New STFSolid
status = slab.read(filepos, filenum)


See also:
"STFSolid.add", "STFSolid.delete", "STFSolid.update"